Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ListEx<TItem,TItemInterface> Class / RemoveAll Method

In This Topic
    RemoveAll Method (ListEx<TItem,TItemInterface>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function RemoveAll( _
       ByVal match As System.Predicate(Of TItem) _
    ) As System.Integer
    public System.int RemoveAll( 
       System.Predicate<TItem> match
    )

    Parameters

    match
    See Also